projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3e868
)
* configure.ac: Lower required cairo version to 1.8.0.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 15 Jun 2019 03:46:30 +0000
(12:46 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 15 Jun 2019 03:46:30 +0000
(12:46 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5c96f4231eed53ff1c1407d22a8c953f795a07ae..a2e66c3f4956f2e122de1ff90896b1a8c6176ded 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3316,7
+3316,7
@@
fi
HAVE_CAIRO=no
if test "${HAVE_X11}" = "yes"; then
if test "${with_cairo}" != "no"; then
- CAIRO_REQUIRED=1.
12
.0
+ CAIRO_REQUIRED=1.
8
.0
CAIRO_MODULE="cairo >= $CAIRO_REQUIRED"
EMACS_CHECK_MODULES(CAIRO, $CAIRO_MODULE)
if test $HAVE_CAIRO = yes; then